From: Johan Dahlin Date: Sat, 21 Jun 2008 12:34:12 +0000 (+0000) Subject: Document a style property X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31800 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=33d64796d05c504eeb0d4254a241c3fd8278784f;p=gtk4.git Document a style property 2008-06-20 Johan Dahlin * gtk/gtkbutton.c: Document a style property svn path=/trunk/; revision=20664 --- diff --git a/ChangeLog b/ChangeLog index 2c16752ea9..19d13374e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,8 @@ 2008-06-20 Johan Dahlin + * gtk/gtkbutton.c: Document a style property + * gtk/gtkeditable.c: Document and use - instead of _ in signal names. * gtk/gtkbutton.c: diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index cc0304ddb7..7453c35fe1 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -447,8 +447,8 @@ gtk_button_class_init (GtkButtonClass *klass) g_param_spec_boolean ("displace-focus", P_("Displace focus"), P_("Whether the child_displacement_x/_y properties should also affect the focus rectangle"), - FALSE, - GTK_PARAM_READABLE)); + FALSE, + GTK_PARAM_READABLE)); /** * GtkButton:inner-border: @@ -479,8 +479,14 @@ gtk_button_class_init (GtkButtonClass *klass) G_MAXINT, 2, GTK_PARAM_READABLE)); - + /** + * GtkButton::gtk-button-images: + * + * If stock icon in buttons should be shown at all. + * + * Since: 2.4 + */ gtk_settings_install_property (g_param_spec_boolean ("gtk-button-images", P_("Show button images"), P_("Whether stock icons should be shown in buttons"),